Version

AddMapEntry Method

Adds an entry to the map.
Syntax
'Declaration
 
Public Sub AddMapEntry( _
   ByVal key As T, _
   ByVal appearance As TextDocumentAppearance, _
   Optional ByVal replaceIfAlreadyExists As Boolean _
) 
public void AddMapEntry( 
   T key,
   TextDocumentAppearance appearance,
   bool replaceIfAlreadyExists
)

Parameters

key
The key associated with the entry
appearance
The TextDocumentAppearance associated with the entry.
replaceIfAlreadyExists
True to replace an existing entry with the same key, otherwise false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also